home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / mui / bcc_src.lha / Parser / Bug / Mainwin.h < prev   
C/C++ Source or Header  |  1998-01-16  |  984b  |  61 lines

  1. #ifndef MAINWIN_H
  2. #define MAINWIN_H
  3.  
  4. /* 
  5.     This file was generated by BCC v2.0
  6.     MUI mode
  7. */
  8.  
  9. /* .bcc_header for MUI mode */
  10.  
  11. #ifndef EXEC_TYPES_H
  12. #include <exec/types.h>
  13. #endif
  14.  
  15. #ifndef LIBRARIES_MUI_H
  16. #include <libraries/mui.h>
  17. #endif
  18.  
  19.  
  20. typedef struct {
  21.  
  22.      Object  *viewgr;
  23.      Object  *view1,*view2,*view3,*view4;
  24.      Object  *newobj;
  25.      Object  *loadobj;
  26.      Object  *zoomin;
  27.      Object  *zoomout;
  28.      Object  *xcoordtxt,*ycoordtxt,*zcoordtxt;
  29.      Object  *gridsizetxt;
  30.      Object  *poks;
  31.  
  32.     struct MUI_EventHandlerNode ehnode;
  33.     struct FileRequester *objreq;
  34.  
  35.     model_t *Model;
  36.  
  37.     float Zoom,GridSize;
  38.  
  39.     
  40.     
  41.     
  42.     
  43.  
  44.     
  45. } MainwinData;
  46.  
  47. /* Method Tags */
  48. #define MUIM_Mainwin_New 0x938b0158
  49. #define MUIM_Mainwin_Load 0x938b0236
  50. #define MUIM_Mainwin_ZoomIn 0x938b0b00
  51. #define MUIM_Mainwin_ZoomOut 0x938b1500
  52.  
  53. #define MUIA_Mainwin_Zoom 0x938b0211
  54.  
  55. extern struct MUI_CustomClass *cl_Mainwin;
  56. #define MainwinObject NewObject( cl_Mainwin->mcc_Class, NULL
  57. struct MUI_CustomClass *Mainwin_Create( void );
  58.  
  59.  
  60. #endif
  61.